[INFO] cloning repository https://github.com/agnarrarendelle/Racket-Compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/agnarrarendelle/Racket-Compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagnarrarendelle%2FRacket-Compiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagnarrarendelle%2FRacket-Compiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9d7fcc66eea9e340195824382fa9c73d90059ae6
[INFO] fixing agnarrarendelle/Racket-Compiler against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagnarrarendelle%2FRacket-Compiler" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/agnarrarendelle/Racket-Compiler
[INFO] finished tweaking git repo https://github.com/agnarrarendelle/Racket-Compiler
[INFO] tweaked toml for git repo https://github.com/agnarrarendelle/Racket-Compiler written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/agnarrarendelle/Racket-Compiler on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/agnarrarendelle/Racket-Compiler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded priority-queue v2.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 73780765ec0ab42373de37b640f9c9324f0a40195baeaeb8752472d27c7cf50e
[INFO] running `Command { std: "docker" "start" "73780765ec0ab42373de37b640f9c9324f0a40195baeaeb8752472d27c7cf50e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "73780765ec0ab42373de37b640f9c9324f0a40195baeaeb8752472d27c7cf50e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73780765ec0ab42373de37b640f9c9324f0a40195baeaeb8752472d27c7cf50e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "73780765ec0ab42373de37b640f9c9324f0a40195baeaeb8752472d27c7cf50e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]     Checking priority-queue v2.7.0
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking foo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::type_checker`
[INFO] [stdout]   --> src/backend/x86.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | use crate::type_checker::TEnv;
[INFO] [stdout]    |            ^^^^^^^^^^^^ could not find `type_checker` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::global`, `crate::type_checker`
[INFO] [stdout]  --> src/middle/passes/home_assigner.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     global::RBP,
[INFO] [stdout]   |     ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 4 |     type_checker::TEnv,
[INFO] [stdout]   |     ^^^^^^^^^^^^ could not find `type_checker` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::global`
[INFO] [stdout]  --> src/middle/passes/instruction_patcher.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     global::RAX,
[INFO] [stdout]   |     ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `type_checker` in `crate`
[INFO] [stdout]   --> src/middle/passes/instruction_selector.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     type_checker::type_checker_C0::TypeCheckerC0,
[INFO] [stdout]    |     ^^^^^^^^^^^^ could not find `type_checker` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::global`
[INFO] [stdout]   --> src/middle/passes/instruction_selector.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     global::RAX,
[INFO] [stdout]    |     ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::global`
[INFO] [stdout]  --> src/middle/passes/prelude_and_conclusion.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     global::{RBP, RSP},
[INFO] [stdout]   |     ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::global`
[INFO] [stdout]   --> src/middle/passes/register_allocator.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     global::*,
[INFO] [stdout]    |     ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/main.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 |         prelude_and_conclusion::{self, PreludeAndConclustion},
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hash::Hash`
[INFO] [stdout]  --> src/middle/passes/instruction_selector.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashMap, hash::Hash, vec};
[INFO] [stdout]   |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `type_checker` in `crate`
[INFO] [stdout]    --> src/middle/passes/explicate_control_converter.rs:457:16
[INFO] [stdout]     |
[INFO] [stdout] 457 |     use crate::type_checker::type_checker::TypeChecker;
[INFO] [stdout]     |                ^^^^^^^^^^^^ could not find `type_checker` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::type_checker`
[INFO] [stdout]   --> src/backend/x86.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | use crate::type_checker::TEnv;
[INFO] [stdout]    |            ^^^^^^^^^^^^ could not find `type_checker` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::global`, `crate::type_checker`
[INFO] [stdout]  --> src/middle/passes/home_assigner.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     global::RBP,
[INFO] [stdout]   |     ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 4 |     type_checker::TEnv,
[INFO] [stdout]   |     ^^^^^^^^^^^^ could not find `type_checker` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::global`
[INFO] [stdout]    --> src/middle/passes/home_assigner.rs:111:16
[INFO] [stdout]     |
[INFO] [stdout] 111 |     use crate::global::{RAX, RBP};
[INFO] [stdout]     |                ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::type_checker`
[INFO] [stdout]    --> src/middle/passes/home_assigner.rs:112:16
[INFO] [stdout]     |
[INFO] [stdout] 112 |     use crate::type_checker::{TEnv, Type};
[INFO] [stdout]     |                ^^^^^^^^^^^^ could not find `type_checker` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::global`
[INFO] [stdout]  --> src/middle/passes/instruction_patcher.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     global::RAX,
[INFO] [stdout]   |     ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::global`
[INFO] [stdout]    --> src/middle/passes/instruction_patcher.rs:101:16
[INFO] [stdout]     |
[INFO] [stdout] 101 |     use crate::global::{RAX, RBP};
[INFO] [stdout]     |                ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `type_checker` in `crate`
[INFO] [stdout]   --> src/middle/passes/instruction_selector.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     type_checker::type_checker_C0::TypeCheckerC0,
[INFO] [stdout]    |     ^^^^^^^^^^^^ could not find `type_checker` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::global`
[INFO] [stdout]   --> src/middle/passes/instruction_selector.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     global::RAX,
[INFO] [stdout]    |     ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `type_checker` in `crate`
[INFO] [stdout]    --> src/middle/passes/instruction_selector.rs:329:16
[INFO] [stdout]     |
[INFO] [stdout] 329 |     use crate::type_checker::type_checker::TypeChecker;
[INFO] [stdout]     |                ^^^^^^^^^^^^ could not find `type_checker` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::global`
[INFO] [stdout]    --> src/middle/passes/instruction_selector.rs:323:16
[INFO] [stdout]     |
[INFO] [stdout] 323 |     use crate::global::RAX;
[INFO] [stdout]     |                ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::global`
[INFO] [stdout]  --> src/middle/passes/prelude_and_conclusion.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     global::{RBP, RSP},
[INFO] [stdout]   |     ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::global`
[INFO] [stdout]   --> src/middle/passes/register_allocator.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     global::*,
[INFO] [stdout]    |     ^^^^^^ could not find `global` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::type_checker`
[INFO] [stdout]    --> src/middle/passes/register_allocator.rs:589:16
[INFO] [stdout]     |
[INFO] [stdout] 589 |     use crate::type_checker::Type;
[INFO] [stdout]     |                ^^^^^^^^^^^^ could not find `type_checker` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/main.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 |         prelude_and_conclusion::{self, PreludeAndConclustion},
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hash::Hash`
[INFO] [stdout]  --> src/middle/passes/instruction_selector.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashMap, hash::Hash, vec};
[INFO] [stdout]   |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot construct `ExplicateControlConverter` with struct literal syntax due to private fields
[INFO] [stdout]   --> src/main.rs:43:39
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let explicate_control_converter = ExplicateControlConverter {};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: private field `label_block_manager` that was not provided
[INFO] [stdout] help: you might have meant to use the `new` associated function
[INFO] [stdout]    |
[INFO] [stdout] 43 -     let explicate_control_converter = ExplicateControlConverter {};
[INFO] [stdout] 43 +     let explicate_control_converter = ExplicateControlConverter::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/frontend/parser/mod.rs:88:29
[INFO] [stdout]    |
[INFO] [stdout] 88 | ...                   _ => {
[INFO] [stdout]    |                       ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/frontend/parser/mod.rs:88:29
[INFO] [stdout]    |
[INFO] [stdout] 85 | ...                   TArithOperator::Plus => RBinOp::Plus,
[INFO] [stdout]    |                       -------------------- matches some of the same values
[INFO] [stdout] 86 | ...                   TArithOperator::Minus => RBinOp::Minus,
[INFO] [stdout]    |                       --------------------- matches some of the same values
[INFO] [stdout] 87 | ...                   TArithOperator::Multiply => RBinOp::Multiply,
[INFO] [stdout]    |                       ------------------------ matches some of the same values
[INFO] [stdout] 88 | ...                   _ => {
[INFO] [stdout]    |                       ^ collectively making this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `label`
[INFO] [stdout]   --> src/middle/passes/instruction_patcher.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 |         for (label, block) in input.blocks.iter_mut() {
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_label`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&Argument::ByteRegister(_)` not covered
[INFO] [stdout]    --> src/middle/passes/register_allocator.rs:464:15
[INFO] [stdout]     |
[INFO] [stdout] 464 |         match arg {
[INFO] [stdout]     |               ^^^ pattern `&Argument::ByteRegister(_)` not covered
[INFO] [stdout]     |
[INFO] [stdout] note: `Argument` defined here
[INFO] [stdout]    --> src/backend/x86.rs:206:10
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub enum Argument {
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |     ByteRegister(ByteRegister),
[INFO] [stdout]     |     ------------ not covered
[INFO] [stdout]     = note: the matched value is of type `&Argument`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
[INFO] [stdout]     |
[INFO] [stdout] 474 ~             },
[INFO] [stdout] 475 +             &Argument::ByteRegister(_) => todo!()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0004, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `foo` (bin "foo") due to 9 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot construct `explicate_control_converter::ExplicateControlConverter` with struct literal syntax due to private fields
[INFO] [stdout]   --> src/main.rs:43:39
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let explicate_control_converter = ExplicateControlConverter {};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: private field `label_block_manager` that was not provided
[INFO] [stdout] help: you might have meant to use the `new` associated function
[INFO] [stdout]    |
[INFO] [stdout] 43 -     let explicate_control_converter = ExplicateControlConverter {};
[INFO] [stdout] 43 +     let explicate_control_converter = ExplicateControlConverter::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/frontend/parser/mod.rs:88:29
[INFO] [stdout]    |
[INFO] [stdout] 88 | ...                   _ => {
[INFO] [stdout]    |                       ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/frontend/parser/mod.rs:88:29
[INFO] [stdout]    |
[INFO] [stdout] 85 | ...                   TArithOperator::Plus => RBinOp::Plus,
[INFO] [stdout]    |                       -------------------- matches some of the same values
[INFO] [stdout] 86 | ...                   TArithOperator::Minus => RBinOp::Minus,
[INFO] [stdout]    |                       --------------------- matches some of the same values
[INFO] [stdout] 87 | ...                   TArithOperator::Multiply => RBinOp::Multiply,
[INFO] [stdout]    |                       ------------------------ matches some of the same values
[INFO] [stdout] 88 | ...                   _ => {
[INFO] [stdout]    |                       ^ collectively making this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `label`
[INFO] [stdout]   --> src/middle/passes/instruction_patcher.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 |         for (label, block) in input.blocks.iter_mut() {
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_label`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&Argument::ByteRegister(_)` not covered
[INFO] [stdout]    --> src/middle/passes/register_allocator.rs:464:15
[INFO] [stdout]     |
[INFO] [stdout] 464 |         match arg {
[INFO] [stdout]     |               ^^^ pattern `&Argument::ByteRegister(_)` not covered
[INFO] [stdout]     |
[INFO] [stdout] note: `Argument` defined here
[INFO] [stdout]    --> src/backend/x86.rs:206:10
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub enum Argument {
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |     ByteRegister(ByteRegister),
[INFO] [stdout]     |     ------------ not covered
[INFO] [stdout]     = note: the matched value is of type `&Argument`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
[INFO] [stdout]     |
[INFO] [stdout] 474 ~             },
[INFO] [stdout] 475 +             &Argument::ByteRegister(_) => todo!()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0004, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `foo` (bin "foo" test) due to 16 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "73780765ec0ab42373de37b640f9c9324f0a40195baeaeb8752472d27c7cf50e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73780765ec0ab42373de37b640f9c9324f0a40195baeaeb8752472d27c7cf50e", kill_on_drop: false }`
[INFO] [stdout] 73780765ec0ab42373de37b640f9c9324f0a40195baeaeb8752472d27c7cf50e
